home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / business / paykwik8.zip / INSTALL.CFG < prev    next >
Text File  |  1995-12-07  |  5KB  |  125 lines

  1. rem   This is the configuration file used to install PAYCHEK
  2. rem   ================FOXBASE   MULTI COMPANY===============
  3.  
  4. rem --- set the character that is used for background on the screen
  5. rem   - good choices are ░ ▒ ▓ . or a space
  6. SCREENFILLCHAR: "░"
  7.  
  8. rem --- set the colors that the end-user sees on the screen
  9. rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10. rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. WINDOWBACKGROUND: bright blue 
  12. WINDOWFOREGROUND: bright WHITE
  13. SCREENBACKGROUND: bright white
  14. SCREENFOREGROUND: bright cyan
  15. TITLEBACKGROUND:  bright red
  16. TITLEFOREGROUND:  bright YELLOW
  17. BOTTOMBACKGROUND: bright red
  18. BOTTOMFOREGROUND: bright YELLOW
  19. PROMPTBACKGROUND: bright red
  20. PROMPTFOREGROUND: bright white
  21.  
  22. rem --- the title that appears at the top of all screens
  23. TITLE: "Installing  PAYCHEK  <Payroll Software>  by DATAPAK, INC"
  24.  
  25. rem --- The following paragraph is on the first screen seen by the
  26. rem   - end-user.  Note that you should leave a blank line at the top
  27. rem   - and bottom and leave a couple of spaces at the left AND right
  28. rem   - to provide proper spacing around the window border.
  29. BEGINFIRSTSCREEN
  30.  
  31.   This program installs PAYCHEK Software onto your computer.  
  32.       PAYCHEK requires FILES = 42 and BUFFERS = 20 to be in 
  33.       the CONFIG.SYS file.  If they are not, it asks permission
  34.       to change it.     Insert the Diskettes when requested.
  35.  
  36.   Respond to the question INSTALL ON DRIVE C: by depressing the
  37.       ENTER KEY (YES) for PAYCHEK on Drive C: and a Stand-A-Lone
  38.       System.   
  39.  
  40.   To specify installation on any other Drive, call DATAPAK. 
  41.          
  42. ENDFIRSTSCREEN
  43.  
  44. rem --- The following is the last screen seen by the end-user.
  45. rem   - Note that you should leave a blank line at the top and
  46. rem   - bottom and leave a couple of spaces at the left AND right
  47. rem   - to provide proper spacing around the window border.
  48. BEGINLASTSCREEN
  49.  
  50.  
  51.   The PAYCHEK Install is complete.  It will start automatically.
  52.       If you said yes to the question  UPDATE YOUR CONFIG.SYS ?,
  53.       you must type  EXIT  at the COMPANY prompt and  RESET  your
  54.       computer before proceeding.  To restart in the future: 
  55.  
  56.             Change Directory (CD) to the PAYCHEK Subdirectory 
  57.                      C:\PR02   and  type  DATAPAK   
  58.   
  59.   PAYCHEK is powerful, profitable and well supported.  It is 
  60.   unequaled and the last payroll software you will ever need. 
  61.      
  62.   Please call (601) 636-4844 on questions that may arise.  Send us
  63.   the service payment check (printed automatically) to insure
  64.   continuity of your PAYCHEK payroll service.
  65.  
  66.  
  67.                    WHEN PAYCHEK IS FINISHED WITH PAYROLL
  68.                     
  69.                       YOU ARE FINISHED WITH PAYROLL!!
  70.  
  71.  
  72. ENDLASTSCREEN
  73.  
  74. rem --- check to see if the end user has enough di/sk space to install
  75. rem   - note that the user can install one of two file groups 
  76. rem   - (all files or just the program files) thus we must
  77. rem   - provide a different check for group one and group two
  78. MINDISKSPACE: 3000000
  79.  
  80. rem --- chekc that the end user has a powerful enough CPU 
  81. MINCPUTYPE: 8086
  82.  
  83. rem --- set the default drive and directory for installation
  84. DEFAULTDIR: c:\pr02, noaskdir
  85.  
  86. rem --- PC-Install does not require any modification to the end-users'
  87. rem   - AUTOEXEC.BAT file or the CONFIG.SYS file.  These lines have been
  88. rem   - REMarked so that you have an example of how it might be used.
  89. rem AUTOEXEC: addpath, add="SET PCTEMP=c:\", ask
  90. CONFIG: FILEMIN = 42, buffermin=20, ask
  91.  
  92. rem --- Define the two installation groups that the end-user can select
  93. rem   - for installation (all files or just program files).  Note that
  94. rem   - the first two columns are used for the group number.  Also note,
  95. rem   - you should leave a blank line at the top and bottom and leave a
  96. rem   - couple of spaces at the left AND right to provide proper spacing 
  97. rem   - around the window border.
  98. rem:BEGINGROUP
  99.                                                                
  100. rem:     Install PAYCHEK  and sample DATA files   [X]
  101.  
  102. rem:ENDGROUP
  103.  
  104. FILE: PAYCHEKO.shr, overwrite=yes 
  105.  
  106. rem SAY disk to INSTALL.
  107.  
  108. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  109.   
  110. FILE: PR02DBF.shr,       overwrite=yes       
  111. FILE: FOXPRUN.SHR,       overwrite=yes
  112. FILE: INTERNET.shr,      overwrite=yes
  113. FILE: PR9999\PR9999.shr, overwrite=yes 
  114. FILE: PR1000\PR1000.shr, overwrite=yes
  115. FILE: exefiles.shr,      overwrite=yes
  116. FILE: datapak.bat,       overwrite=yes    
  117.  
  118. rem --- Display an ASCII file to the end-user that has any new information
  119. rem SHOWREADME: newinfo.txt
  120.  
  121. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  122. rem   - but PC-Install does not need to do this.  The line has been REMarked
  123. rem   - so that you have an example of how it might be used.
  124. RUNATEXIT: "datapak.bat"
  125.